[INFO] fetching crate reactive-macros 0.4.1...
[INFO] fixing reactive-macros-0.4.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate reactive-macros 0.4.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate reactive-macros 0.4.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate reactive-macros 0.4.1
[INFO] tweaked toml for crates.io crate reactive-macros 0.4.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reactive-macros 0.4.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reactive-macros 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e
[INFO] running `Command { std: "docker" "start" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.104
[INFO] [stderr]     Checking reactive-macros v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]  --> tests/integration.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use reactive_cache::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use reactive_cache::prelude::*;
[INFO] [stdout] 6 + use reactive_macros::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]  --> tests/effect.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use reactive_cache::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use reactive_cache::prelude::*;
[INFO] [stdout] 6 + use reactive_macros::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]  --> tests/dep.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use reactive_cache::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use reactive_cache::prelude::*;
[INFO] [stdout] 5 + use reactive_macros::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reactive_cache`
[INFO] [stdout]  --> tests/effect.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use reactive_cache::effect;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use reactive_cache::effect;
[INFO] [stdout] 5 + use reactive_macros::effect;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]  --> tests/basic.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[memo]
[INFO] [stdout]   | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - #[memo]
[INFO] [stdout] 3 + reactive_macros
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/integration.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | signal!(static mut GLOBAL_STR: String = "hello".to_string(););
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - signal!(static mut GLOBAL_STR: String = "hello".to_string(););
[INFO] [stdout] 14 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/dep.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / signal!(
[INFO] [stdout] 17 | |     static mut A: i32 = 10;
[INFO] [stdout] 18 | | );
[INFO] [stdout]    | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 - signal!(
[INFO] [stdout] 17 -     static mut A: i32 = 10;
[INFO] [stdout] 18 - );
[INFO] [stdout] 16 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/effect.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / signal!(
[INFO] [stdout] 17 | |     static mut A: i32 = 10;
[INFO] [stdout] 18 | | );
[INFO] [stdout]    | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 - signal!(
[INFO] [stdout] 17 -     static mut A: i32 = 10;
[INFO] [stdout] 18 - );
[INFO] [stdout] 16 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/basic.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - #[memo]
[INFO] [stdout] 12 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/integration.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | signal!(static mut GLOBAL_NUM: i32 = 10;);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - signal!(static mut GLOBAL_NUM: i32 = 10;);
[INFO] [stdout] 17 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/effect.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / signal!(
[INFO] [stdout] 21 | |     static mut B: String = 5.to_string();
[INFO] [stdout] 22 | | );
[INFO] [stdout]    | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 20 - signal!(
[INFO] [stdout] 21 -     static mut B: String = 5.to_string();
[INFO] [stdout] 22 - );
[INFO] [stdout] 20 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/dep.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / signal!(
[INFO] [stdout] 21 | |     static mut B: String = 5.to_string();
[INFO] [stdout] 22 | | );
[INFO] [stdout]    | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 20 - signal!(
[INFO] [stdout] 21 -     static mut B: String = 5.to_string();
[INFO] [stdout] 22 - );
[INFO] [stdout] 20 + reactive_macros;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reactive-macros` (test "basic") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/integration.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 - #[memo]
[INFO] [stdout] 23 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/dep.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 - #[memo]
[INFO] [stdout] 36 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/effect.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 - #[memo]
[INFO] [stdout] 36 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/integration.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 - #[memo]
[INFO] [stdout] 29 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/dep.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 - #[memo]
[INFO] [stdout] 44 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/effect.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 - #[memo]
[INFO] [stdout] 43 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]   --> tests/dep.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[memo]
[INFO] [stdout]    | ^^^^^^^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `memo` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 52 - #[memo]
[INFO] [stdout] 52 + reactive_macros
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]    --> tests/effect.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / signal!(
[INFO] [stdout] 130 | |     static mut LOOP_A: i32 = 10;
[INFO] [stdout] 131 | | );
[INFO] [stdout]     | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 129 - signal!(
[INFO] [stdout] 130 -     static mut LOOP_A: i32 = 10;
[INFO] [stdout] 131 - );
[INFO] [stdout] 129 + reactive_macros;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Signal` in this scope
[INFO] [stdout]   --> tests/integration.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     counter: Rc<Signal<i32>>,
[INFO] [stdout]    |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Memo` in this scope
[INFO] [stdout]   --> tests/integration.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     double: Rc<Memo<i32>>,
[INFO] [stdout]    |                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Effect` in this scope
[INFO] [stdout]   --> tests/integration.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |     effect: Rc<Effect>,
[INFO] [stdout]    |                ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 39 | struct ViewModel<Effect> {
[INFO] [stdout]    |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> tests/integration.rs:118:32
[INFO] [stdout]     |
[INFO] [stdout] 118 |     let vm1_counter_weak: Weak<Signal<i32>> = Rc::downgrade(&vm1.counter);
[INFO] [stdout]     |                                ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Memo` in this scope
[INFO] [stdout]    --> tests/integration.rs:119:31
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let vm1_double_weak: Weak<Memo<i32>> = Rc::downgrade(&vm1.double);
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Effect` in this scope
[INFO] [stdout]    --> tests/integration.rs:120:31
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let vm1_effect_weak: Weak<Effect> = Rc::downgrade(&vm1.effect);
[INFO] [stdout]     |                               ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  87 | fn test_global_and_vm_interaction_with_memory_cleanup<Effect>() {
[INFO] [stdout]     |                                                      ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> tests/integration.rs:122:32
[INFO] [stdout]     |
[INFO] [stdout] 122 |     let vm2_counter_weak: Weak<Signal<i32>> = Rc::downgrade(&vm2.counter);
[INFO] [stdout]     |                                ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Memo` in this scope
[INFO] [stdout]    --> tests/integration.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let vm2_double_weak: Weak<Memo<i32>> = Rc::downgrade(&vm2.double);
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Effect` in this scope
[INFO] [stdout]    --> tests/integration.rs:124:31
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let vm2_effect_weak: Weak<Effect> = Rc::downgrade(&vm2.effect);
[INFO] [stdout]     |                               ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  87 | fn test_global_and_vm_interaction_with_memory_cleanup<Effect>() {
[INFO] [stdout]     |                                                      ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]   --> tests/integration.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let counter = Signal::new(initial_counter);
[INFO] [stdout]    |                       ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Memo` in this scope
[INFO] [stdout]   --> tests/integration.rs:53:22
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let double = Memo::new({
[INFO] [stdout]    |                      ^^^^ use of undeclared type `Memo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Effect` in this scope
[INFO] [stdout]   --> tests/integration.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let effect = Effect::new(move || {
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Effect`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Effect` in this scope
[INFO] [stdout]   --> tests/integration.rs:98:26
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let _global_effect = Effect::new({
[INFO] [stdout]    |                          ^^^^^^ use of undeclared type `Effect`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]    --> tests/effect.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / signal!(
[INFO] [stdout] 145 | |     static mut SWITCH_A: bool = true;
[INFO] [stdout] 146 | | );
[INFO] [stdout]     | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 144 - signal!(
[INFO] [stdout] 145 -     static mut SWITCH_A: bool = true;
[INFO] [stdout] 146 - );
[INFO] [stdout] 144 + reactive_macros;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reactive-macros` (test "dep") due to 6 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reactive-macros` (test "integration") due to 18 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `reactive_cache` in this scope
[INFO] [stdout]    --> tests/effect.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | / signal!(
[INFO] [stdout] 149 | |     static mut SWITCH_B: i32 = 10;
[INFO] [stdout] 150 | | );
[INFO] [stdout]     | |_^ use of unresolved module or unlinked crate `reactive_cache`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `signal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 148 - signal!(
[INFO] [stdout] 149 -     static mut SWITCH_B: i32 = 10;
[INFO] [stdout] 150 - );
[INFO] [stdout] 148 + reactive_macros;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reactive-macros` (test "effect") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e", kill_on_drop: false }`
[INFO] [stdout] fbc7b979d00c20dc20ea8e8034843b2934d7c7fa7cf51d842bdde6d4461af31e
